arm/traps: remove debugger_trap_fatal() calls
authorBobby Eshleman <bobby.eshleman@gmail.com>
Tue, 28 Sep 2021 20:30:24 +0000 (13:30 -0700)
committerAndrew Cooper <andrew.cooper3@citrix.com>
Wed, 15 Dec 2021 14:30:08 +0000 (14:30 +0000)
commit8b3cbdbe782cae972e9a47cf22620ebee61a96a6
tree388c33b0c3a39d2fe140e237ec81a0319aa89b0b
parent9956fdc70f99b0f133be7f16f62417928a84622c
arm/traps: remove debugger_trap_fatal() calls

ARM doesn't actually use debugger_trap_* anything, and is stubbed out.

This commit simply removes the unneeded calls.

Signed-off-by: Bobby Eshleman <bobby.eshleman@gmail.com>
Acked-by: Julien Grall <jgrall@amazon.com>
xen/arch/arm/traps.c